home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Me-Mz
/
Memory Tools.cpt
/
Memory Tools
/
card_19183.txt
< prev
next >
Wrap
Text File
|
1989-01-07
|
3KB
|
167 lines
-- card: 19183 from stack: in
-- bmap block id: 19760
-- flags: 4000
-- background id: 14339
-- name: options
-- part 2 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=121 top=137 right=156 bottom=349
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Information on XFCN's and XCMDs
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "index"
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=123 top=159 right=176 bottom=293
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Static Memory Locations
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "static"
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=125 top=178 right=195 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Dynamic Memory Locations
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "dynamic"
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=124 top=198 right=210 bottom=226
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cursor Effects
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "cursor"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=125 top=214 right=231 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Applications of the Peek XFCN
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "peekexamples"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=210 top=293 right=342 bottom=280
-- title width / last selected line: 0
-- icon id / first selected line: 30557 / 30557
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Front Card
----- HyperTalk script -----
on mouseUp
visual effect barn door close
go card 1
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=123 top=118 right=134 bottom=217
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Disassembler
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go card "Disassembler"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=125 top=235 right=249 bottom=267
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Show/Hide Menu Bar
----- HyperTalk script -----
on mouseUp
type Space with CommandKey
answer "CMD+Spacebar also toggles the Menubar"
end mouseUp